home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / ircii-~1.rea < prev    next >
Encoding:
Text File  |  1995-06-20  |  1.7 KB  |  67 lines

  1. Hi,
  2.  
  3. this is my port of ircii-2.8 for MiNT using MiNT-Net.
  4.  
  5. It was compiled using gcc-2.5.8 with the MiNT library PL46, the
  6. socket library 0.72 and the curses/termcap library PL16.
  7.  
  8. The default irc server in this binary is just `irc'. So you can easily
  9. put your default irc server in your /etc/hosts (if your nameserver does
  10. not define `irc.your.domain' for you). Here are some German irc servers:
  11.  
  12. 129.13.99.15    irc.rz.uni-karlsruhe.de
  13. 131.188.61.13    irc.uni-erlangen.de
  14. 139.30.2.251    irc.informatik.uni-rostock.de
  15. 129.69.221.120    irc.rus.uni-stuttgart.de
  16. 131.159.0.51    irc.informatik.tu-muenchen.de
  17.  
  18. Just choose your favourite irc server and put the name `irc' at the end
  19. of one line.
  20.  
  21. This binary will also look into /usr/local/lib/irc/ircII.servers. There
  22. you can specify one or more of your favourite irc servers and an entry
  23. in /etc/hosts is no longer needed.
  24.  
  25. INSTALLATION:
  26.  
  27. To install this package do the following:
  28.  
  29. # tar -C /usr/local -xzvpf ircii-2.8.MiNT.tar.gz
  30.  
  31. To install the help files, type:
  32.  
  33. # tar -C /usr/local/lib/irc -xzvpf ircii-2.8help.tar.gz
  34.  
  35. You may compress the help files to save disk space:
  36.  
  37. # find /usr/local/lib/irc/help -type f | xargs gzip -9n
  38.  
  39. RECOMPILING:
  40.  
  41. If you want to recompile the whole thing, get the original source for
  42. ircii-2.8, for example from
  43. ftp://ftp.leo.org/pub/comp/networking/irc/clients/ircII/ircii-2.8.tar.gz
  44.  
  45. Unpack the source:
  46.  
  47. % tar xzvf ircii-2.8.tar.gz
  48.  
  49. % cd ircii-2.8
  50.  
  51. % patch -p1 < /usr/local/src/irc/ircii-2.8.diffs
  52.  
  53. Edit include/config.h if you want to change some default values.
  54.  
  55. % make
  56.  
  57. # make install
  58.  
  59. Do NOT run ./configure or ./easyinst!
  60.  
  61. Have fun.
  62.  
  63. Please send (port related) bug reports, diffs and/or suggestions to me.
  64.  
  65. Bye,
  66. Knarf (knarf@nasim.cube.net)
  67.